GetNextQueryResult Method
Fetches the query result of next page
Syntax
Returns
The next query result.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
GetNextQueryResult Method
Fetches the query result of next page
Syntax
Parameters
-
callback
-
Callback.
Returns
The next query result.
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
HasNext Property
Gets a value whether there are more results.
Syntax
public
bool HasNext { get; }
Value
true if there are many results of query; otherwise, false.
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
NextKiiQuery Property
Gets the next kii query.
Syntax
Value
KiiCorp.Cloud.Storage.KiiQuery if there are many results ; otherwise null.
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0